CDN加速镜像 | 设为首页 | 加入收藏夹
当前位置: 首页 资源下载 文档资料 搜索资源 - HUFFMAN ENCODING

搜索资源列表

  1. xinxilunshiyuanbaogao

    0下载:
  2. 信息论的课程实验报告实验一 信道容量的迭代算法程序设计………………….4 实验二 唯一可译码判决准则…………………………… 9 实验三 Huffman 编码方案程序设计…………………15 实验四 LZW编码方案程序设计…………………… 20 实验五 Shanoon编码方案程序设计………………… 23 实验六 循环码的软件编、译码实验…………………….27 实验七 BCH码最大似然译码器设计………………… 31 -Information theory course ex
  3. 所属分类:software engineering

    • 发布日期:2016-01-25
    • 文件大小:153600
    • 提供者:chenjjn
  1. hafuman

    2下载:
  2. 标准的哈夫曼编译器实验报告 从编码到译码都实际验证过,正确无误 实验报告内容详尽准确 值得学习的实验报告模板-Standard experimental report compiler Huffman encoding to decoding are from actual verified, the experimental contents of the report is correct and accurate in detail to learn the experimen
  3. 所属分类:software engineering

    • 发布日期:2017-03-24
    • 文件大小:63623
    • 提供者:彭飞
  1. hfm

    0下载:
  2. 建立一个文本文件A,统计该文件中各字符的频率,对各字符进行Huffman编码,将该文件翻译成Huffman编码文件B,再将Huffman编码文件译码成文件C,并对文件A与C进行比较。 要求:能够对dat、txt等类型文件进行压缩 -The establishment of a text file A, statistics that document the frequency of the characters, the characters of Huffman coding, th
  3. 所属分类:software engineering

    • 发布日期:2017-03-29
    • 文件大小:307967
    • 提供者:张严明
  1. huffman

    0下载:
  2. 哈弗曼编码和解码的C程序,可用于图像的压缩处理-Havermann encoding and decoding of the C program can be used for image compression processing
  3. 所属分类:Development Research

    • 发布日期:2017-04-02
    • 文件大小:9168
    • 提供者:李万欣
  1. Huffman

    0下载:
  2. 里面是Huffman编译码实验的实验报告,是用C编写的-Huffman encoding and decoding experiments inside the experimental report is written in C
  3. 所属分类:File Formats

    • 发布日期:2017-04-03
    • 文件大小:97078
    • 提供者:凃卫军
  1. 05453591

    0下载:
  2. SPIHT algorithm combined with Huffman encoding
  3. 所属分类:Development Research

    • 发布日期:2017-04-17
    • 文件大小:253933
    • 提供者:mourad
  1. Huffman-coding

    0下载:
  2. 通信的数字化是它能与计算机技术和数字信号处理技术相结合的基础,而实现通信数字化的前提是信源能提供的各种用于传递的消息,例如语音、图像、数据、文字等都必须以数字化形式表示。而信源编码是数字通信系统中的重要组成部分,他是保证信号有效传输的一种重要方式。霍夫曼编码依据字符出现的概率来构造异字头的平均长度最短的码字,有时称之为最佳编码,其优越的性能被广泛使用在数字通信系统中。霍夫曼编码已经成为数据压缩的灵魂算法。本文介绍了无失真编码算法的构造,霍夫曼编码的规则和特点,同时分析了对信源进行优化的方法,最后
  3. 所属分类:software engineering

    • 发布日期:2017-03-31
    • 文件大小:59597
    • 提供者:郑华
  1. gzip

    0下载:
  2. 用lz77算法进行压缩,对得到的结果再使用huffman编码的方法进行压缩。分别对lz77和huffman编码的原理进行说明。 -Lz77 algorithm to compress the results obtained using huffman encoding method to compress. Lz77 and huffman encoding principle is described.
  3. 所属分类:Project Manage

    • 发布日期:2017-04-09
    • 文件大小:6492
    • 提供者:wangfei
  1. hafuman

    0下载:
  2. 实现一个 huffman 编码系统,能够对传输报文进行编码,并且译码。-Achieve a huffman coding system, capable of transmission packets for encoding and decoding.
  3. 所属分类:software engineering

    • 发布日期:2017-12-03
    • 文件大小:1056530
    • 提供者:微眠眠
  1. hulfman-matlab

    0下载:
  2. 霍夫曼编码的matlab实现,通信类相关的,可以做个参考-Communication and Information Engineering Huffman encoding using matlab (0,1 encoding), the program is quite useless, you can take a look at
  3. 所属分类:Communication

    • 发布日期:2017-11-13
    • 文件大小:839
    • 提供者:lanpengpeng
  1. jpegencoding

    0下载:
  2. 该文档详细描述了JPEG编码过程,涉及色系变换、DCT变换、量化、Huffman编码等关键步骤,适合JPEG编码入门学习。-The document is a detailed descr iption of the JPEG encoding process involves color transform, DCT transform, quantization and Huffman coding key steps, learning portal for JPEG encoding.
  3. 所属分类:Document

    • 发布日期:2017-11-13
    • 文件大小:572210
    • 提供者:米米
  1. imfbm1

    0下载:
  2. a、b、c霍夫曼编码,它们的概率是0.6、0.3、0.1。并以此对符号串ababaacbaa编码和译码。-a, b, c, Huffman encoding their probability is 0.6,0.3,0.1. And use of the symbol string ababaacbaa encoding and decoding.
  3. 所属分类:software engineering

    • 发布日期:2017-12-10
    • 文件大小:797
    • 提供者:哈哈人
  1. matlab-huffman

    0下载:
  2. 霍夫曼编码过程和编码过程中一些步骤的思想及其含义-Huffman coding process and the number of steps in the encoding process ideas and their meanings
  3. 所属分类:software engineering

    • 发布日期:2017-11-16
    • 文件大小:38808
    • 提供者:张亚杰
  1. 1

    0下载:
  2. 霍夫曼编码解码,实用程序,源程序,只用好用,通用。-Huffman encoding and decoding, utilities, source code, using only easy to use, universal.
  3. 所属分类:Project Design

    • 发布日期:2017-11-26
    • 文件大小:3383
    • 提供者:王尼玛
  1. janu

    0下载:
  2. Complete System Design for Image Encoding and Decoding using Huffman Algorithm with QTr-Complete System Design for Image Encoding and Decoding using Huffman Algorithm with QTree
  3. 所属分类:software engineering

    • 发布日期:2017-04-30
    • 文件大小:62714
    • 提供者:loganathan
  1. Cyuyanchenhgxu

    0下载:
  2. C语言基础实现大小写字母转换,实现哈夫曼编码。对学习C用处大-C language based case conversion, Huffman encoding. Useful for learning C
  3. 所属分类:Project Manage

    • 发布日期:2017-05-13
    • 文件大小:2634365
    • 提供者:胡云
  1. Huffman-coding-and-decoding

    0下载:
  2. 输入一组数据,并基于哈夫曼算法进行编码,显示,然后基于哈弗曼编码的算法进行解码并且显示-Enter a set of data, and based on the Huffman algorithm for encoding, display, and then based on the Haverman coding algorithm to decode and display
  3. 所属分类:software engineering

    • 发布日期:2017-12-12
    • 文件大小:5736617
    • 提供者:顾庆佳
  1. dada

    0下载:
  2. 进行哈夫曼编码,一些基本的功能 做成列表形式(Huffman encoding Some basic functions are in tabular form)
  3. 所属分类:文章/文档

    • 发布日期:2017-12-24
    • 文件大小:3072
    • 提供者:tjeo
搜珍网 www.dssz.com